Illegal view object usage
View objects should only be used by it's corresponding page or snippet. This is so the page/snippet is not dependent of other pages. You want to be able to make changes without breaking the application in other places.
View objects should only be used by it's corresponding page or snippet. This is so the page/snippet is not dependent of other pages. You want to be able to make changes without breaking the application in other places.